Search Results

Type: Posts; User: RajivDutt

Page 1 of 4 1 2 3 4
Search took 0.01 seconds.
  1. Hi,

    I am using ext.net 2.2 library with IE9 on windows 7 platform.

    I am trying to reduce the performance of rendering the page, i saw lot many 304 request taking time in seconds.
    19861
    ...
  2. Hi

    I am facing a problem, in the given example, when you click on the node text, it does not make the checkbox selected.

    https://examples2.ext.net/#/TreePanel/Basic/Checkbox_Nodes/

    Is there...
  3. Hi

    In a grid column, i need to add two controls (start Date & end date).

    How should i achieve it, please suggest.

    Thanks,
    Rajiv Dutt
  4. I am using a grid panel with the checkcolumn for selection.
    When i get scroll bar on the grid and try to select the row in the bottom.
    After clicking the checkbox on the last row, it scrolls up and...
  5. Hi,

    I have created a treePanel with some columns.

    In one of the column I have placed the text editor on blur of the text box I need the rowIndex of particular row.

    Thanks in advance.
    ...
  6. Hi.



    Sorry for the trouble.

    I'm using Areas.

    Now I've modified he Controller code as:
  7. Hi,




    Thanks for the reply.

    As suggested by the referred thread, I have modified the code as :
  8. [DirectController]
    public class GridController : Controller
    {

    [DirectMethod]
    public object ValidateSave(bool isPhantom, JsonObject values)
    {
    if...
  9. Thanks for the prompt reply.

    Source Code :



    <!DOCTYPE html>
    <html lang="en">
    <head>
    <link type="text/css" rel="stylesheet"...
  10. Thanks for the prompt reply.

    Now I've used the "App.direct.ValidateSave" where ValidateSave is the Action name.

    [DirectController] attribute is already there in the controller class.

    But if...
  11. In that case how can I apply a filter, so that it works when you type also.

    Thanks,
    Rajiv Dutt
  12. Hi @danill

    Thanks for reply.



    This example is using "App.direct" to access the remote methods.

    I've made changes in plugin section of the grid by replacing the directEvents and listeners...
  13. Hi,

    The filterby does not work properly.
    Given is the sample code, I set the filter by filterCountry on FilerCountry button click event.




    var storeCountry = X.Store()
    ...
  14. Hi Daniil,



    Please check the following code snippets.


    @{
    var storeEmployee = X.Store()
    .ID("storeEmployee")
  15. Hi @Daniil,



    Please find the updated code:




    @{
  16. Hi

    I am using row editing plugin in GridPanel, I see a strange behavior...
    When I add a new record, after adding a new record... I cannot select the newly added record. Strange...

    Given is...
  17. Hi,

    I am using row editing plugin in Grid Panel.

    I am trying to validate the row and I want to stay in edit mode, until validation is not passed.
    This is a server side validation.
    ...
  18. I am trying to use Row editing plugin and want prevent user going to other row, until the editing is complete.

    The given code works fine, but it shows a window with error summary, which I don't...
  19. One question on this, if I turn off the AutoLoad to false for Grid Panel store, how the load event of multi combo store will fire?

    Thanks,
    Rajiv Dutt
  20. While displaying the data in grid, the model field only has the code... how can we display the (selected items) value in the grid.


    Thanks,
    Rajiv Dutt
  21. OOps... it should work now.



    @{
    var storePersonSelect = X.Store()
    .AutoLoad(true)
    .RemoteSort(true)
    ...
  22. Hi,

    I need to understand how can I apply regex to my control, like textbox.

    Some of the regular expression does not work with RegEx. specially when they are containing \ (Backslash).

    Please...
  23. Given is the code...


    @{
    var storePersonSelect = X.Store()
    .AutoLoad(true)
    .RemoteSort(true)
    ...
  24. Hi,

    I am trying to use multi combo in grid. When it has single value selected. it displays the item in dropdown.
    When it has multiple values coming from DB, it does not display multiple values...
  25. Thanks, can you provide me a sample how to use spotlight in MVC razor.
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4