Search Results

Type: Posts; User: kumarxlnt

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

    I need to know how the coolite combo box(paging enabled) can be used inside the FormView.


    Kindly, help me with some example codes.


    Thanks
  2. Hi,

    I am trying to access the grid in the parent page using the below code



    window.parent.&#100;ocument.getElementById("<%= GrdRegion.ClientID %>");


    but the system says GrdRegion object is...
  3. Hi,

    I have a grid control and the conditions to the data soruce is passed via text fields in the page. When the page loads the conditions are empty so the grid loads all the data and show the...
  4. Hi,

    Can anyone please help me out how to send a entire store data to the server Ajax method and process the data in the server script.

    Thanks
  5. Hi,

    Thanks, I will try that.
  6. Hi,

    I am using a button to save the data in a transaction screen.. First I save the grid contents then I call the save method to save details of other form elements as below. Now, my doubt is that...
  7. Hi,

    Can anyone help me out to set the theme automatically when the page loads. The existing example show how to set the Theme during runtime using a combo box but I need to set the Theme...
  8. Hi,

    Try to use the OnRefreshData event of the Store to reload the current page in the grid.

    hope the following example may solve your issue.
    ...
  9. Hi,

    I tried to use the Grid Paging &amp; Sorting example with my own implementation and it passed in IE but failed in Fire Fox &amp; Google Chrome. The problem is Grid doesn't show any data.


    I used...
  10. Hi,

    I solved the problem by using the below code, but still I have a doubt






    <ext:Button ID="btnSave" runat="server" Text="Save" Icon="Disk" CausesValidation="true">
  11. Hi,

    I am using an grid and a button in the form and when I click the button I want to save the grid data in to the database and have to do some work in the code behind. So, I programmed the button...
  12. Hi,

    Any one can help me out to display the list of items with grouping in Combo Box

    For example:

    Foreign Suppliers
    UPS
    AXEL
    Local Suppliers
  13. Thanks!

    Got it working.
  14. Hi,

    I tried and got it working perfectly, thank you.

    Can you help me out on how to set the icon for the message box when the message box is called from Javascript in clientside?.


    Thanks
  15. Hi,

    I am using a new line character literal to break the message in to two parts to show it using coolite message box. It is working properly when I use javascript alert method but not working...
  16. Hi,

    I would like to disable a column in the grid in client side. Please, advice how to do it?. Is that ok to disable the editor so it can't be edited?.

    Thanks
  17. Hi,

    Can anyone tell me how to use custom search combo in the gridpanel?. I have an fair idea on using preloaded combobox in grid.

    When using customersearch combo in the grid and when the grid...
  18. Hi,

    Please, look at the below scenario and post me a sample code


    Scenario 1 :


    I have a gridPanel which has the following columns
  19. Thread: Grid Reload

    by kumarxlnt
    Hi,

    Its all sorted out.

    Thanks
  20. Thread: Grid Reload

    by kumarxlnt
    Hi,

    I found the solution and used DataBind of Store and reload function of the grid.

    But now my problem is the the combo box Renderer is not working in the grid while reloading the grid.
    ...
  21. Thread: Grid Reload

    by kumarxlnt
    Hi,

    I have a ext gridPanel which is mapped to an LinqDataSource.

    The LinqDataSource is having an empty table.

    In the PageLoad event I need to insert the records in to the DB table then...
  22. Hi Anand,

    Did you get any solution for this case. I am also in need of the same.

    Thanks
  23. Hi Simon,

    Have you found any solution?. I am also in need of same thing.

    If so then please share with me.

    Thanks
  24. Hi,

    Can any one post an example of how to achieve an Master detail Form. ex. like an billing form,etc.. with single save/cancel button to save/cancel master and details(grid)

    Regards
  25. Thanks,

    I got that working.




    Regards
Results 1 to 25 of 33
Page 1 of 2 1 2