Browse By Tags

  • Vertical Text on WebDataGrid's Header

    Hi everyone,

    I'm trying to have vertical text on my WebDataGrid's headers (It only has to work with IE).

    So I first created the following entry in my css:

     

     

    .VertiColumn

     

    th {

    writing-mode

     

    : tb-rl;

    filter

     

    :…

  • how to sort TemplateDataField column

    Hi all,

    I use webdatagrid's sort feature, and one column is TemplateDataField, when I try sort this column, error happened.

    the code is as following

     

     <ig:WebDataGrid ID="WebDataGrid2" DataSourceID="ObjectDataSource1"
                runat="server…

  • How to insert a row while the column type is TemplateDataField

    Hi, I want insert row using webdatagrid. however when the column type is TemplateDataField. the input row seems diabled. any way to solve this problems? the code is as following:

     


     <ig:webdatagrid id="WebDataGrid1" runat="server" datakeyfields="CustomerID…