Browse By Tags

  • How to get a column value from selected row in web data grid?

    I am new to this community and using infragistics asp.net controls for the first time. I have a web data grid & button on my asp.net page with 6 columns. I am calling a java script function on button click. User will select one row in grid and click…

  • Problem with ultrawebgrid buttontype column

    Hi all,

     i have an ultrawebgrid inside a webasyncrefreshpanel. the code created inside the load event, create a column in the ultrawebgrid.

    the vb.net code that i have used is: 

                         Dim colonna2 As UltraGridColumn = New UltraGridColumn(True)
                        colonna2.Type…

  • webdatechooser in webgrid-urgent plz help

    hi,

    I have to use webdatechooser inside webgrid.I used the following code but still i wont get datechooser on editing .Plz help me

     

    GridColumn = new UltraGridColumn();

    GridColumn.BaseColumnName = "FromDate";

    GridColumn.Header.Caption =…