Search Results

Type: Posts; User: huzzy143

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

    Even i am facing the same damm issue... Please can anyone tell me how to fix this?

    Regards,
    Huzefa
  2. Dear All,

    I have done few research and have come to know how to send header filter to remote filters.

    But when i am placing this GridPanel into a dropdownfield then i am not able to see the...
  3. After few research in GridFilter plugin i came to know that a array object is being made out of the filters applied and then deserialised as set to params of the grid which is then reloaded.

    I am...
  4. Dear All,

    I have applied PageProxy on my GridPanel and using the remote filter with GridFilter plugin at present. The filter condition has been return on the store refresh data event. Here is the...
  5. Dear All,

    I have a DropDownField and its filled with data from server.
    The user can expand the Dropdown and select a value which is working fine.

    But i also want to give a functionality where...
  6. Can anyone tell how do i change the AutoHeight to false and setting the height property on the ComboBox change event where i can check the value if greater then 15, then set the AutoHeight=false and...
  7. Dear,

    I want to have AutoHeight in my GridPanel if pagesize in my grid is less then 15 and then want to limit it to a MaxHeight if the rows are more then 15.

    I am unable to achieve this with...
  8. Guys, any help would be appreciated.
  9. Dear,

    I have a GridPanel inside the Dropdownfield. I have also added GridFilter as Plugin for GridPanel.

    When i try to open up Filter menu and specify some filter for records to be filtered...
  10. Thanks, that worked like a charm.
  11. Dear,

    I have a GridPanel and have implemented PageProxy in order to handle large datasets.

    Once the data is loaded in the grid i put the focus on the 1st row of the grid panel. This is because...
  12. Thanx that did work out good on sample but not still in my actual live code.

    One more thing i wanted to ask is that after the data has been loaded into the Grid then i want to keep the first row...
  13. Here is a sample.

    In this i dont want to load data on page load but instead when user try's to expand the dropdownfield.
    How can i achieve this?


    <%@ Page Language="C#" %>

    <%@ Import...
  14. Dear,

    I have a DropDownField with GridPanel as component of DropDownField.
    Now i loading data in the GridPanel on RefreshData event handler.

    I have kept AutoLoad property of Store to false....
  15. Hi,

    When i change my RenderStyle to 'File', then the context menu of Grid doesnot appear properly.
    Image i have attached.3999

    Can you please tell me why??

    Thanks,
    Huzefa
  16. how do it do that??
  17. How do i load large data in GridPanel.

    How can i specify the Paging to be server side?
  18. Dear Danill,

    Here is the updated code as per your request. Please go through and let me know your feedback.

    In this sample there is GridPanel which has a column for 'Location'. The Location...
  19. Any updates??
  20. No problem, remove the customnumeric control as the editor of price column and then test it
  21. Here is a small sample which i have made to better communicate the problem that i am facing.

    In this sample there is GridPanel which has a column for 'Location'. The Location column is attached to...
  22. How can i have my own loader instead of using the default loading?

    I have created my own CSS for this but how to integrate it with Mask option?
  23. Thanks, I will check this.

    But what if I don't modify the store and instead modify the column display text.
    I want the way renderer works, but I will change the text in after render Listner and...
  24. item.set is giving error.
    I am not getting how to set value for a column. Please help.
  25. Hi,

    How can i set a value for a particular cell in the AfterRender event.


    function(e){
    var rows = e.store.data.length;
    for(var i=0;i < rows;i++){
    var item = e.store.data.itemAt(i);...
Results 1 to 25 of 95
Page 1 of 4 1 2 3 4