• Re: Server Side double click handler

    Hi,

    Is there any server side double click hander for webdatagrid? 

    Thanks
    Sameem

  • webdatagrid filter translation from english to spanish

    How can I transalte the filter options in a webdatagrid from english to spanish?

  • Migrating from Ultrawebgrid to WebDataGrid

    Can anyone please suggest how to replace TableLayout in UltraWebGrid to WebDataGrid.

  • TemplateDataField filter support in v10

    Hello,

    Is there any way to add filtering to the TemplateDataField in v10 of the WebDataGrid?

    thanks

  • Re: colspan

    Hi,

    WebDataGrid does not support cell merging at this time.

    Thanks,

    Olga

  • Re: WebDataGrid numeric columns sorting

    Unfortunately WebDataGrid does not have the capability to sort on client.

    Is EnableDataViewState set to true?

  • Filter by TemplateDataField

     Is it possible to add a filter to a TemplateDataField column in the WebDataGrid? If so, how?

  • determining a read-only field in js

    How can I check to see if a field of the WebDataGrid is read-only field?
  • Re: Sorting Does not work.

    It means handle ColumnSorted server event and resupply a data source to the WebDataGrid.

    -David

  • Re: Mouse Double click event not getting fired on webdatagrid's row double click

    I have added 

    ClientEvents-DoubleClick

     

    ="wdgSalesManDetails_Grid_DoubleClick"

    in Webdatagrid.

    No codebehind code for this.