Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
How to use ultrawebgrid?
posted

Hi,

I am using ultrawebgrid for the first time and i am very much confused in using this. I want sombody's help in using this grid.

And i cann't i escape from using this control. My requirement is:

I am getting a data into dataset from a database based on the query

I will have to populate this data into the webgrid and i have done this.

Now, i will have to one column in grid to have linkbutton with the dataset columns text(Here we can't say which column needs to change to linkbutton that needs to be decided dynamically)

How can i acheive this?

Please help me...

Parents
  • 28464
    posted

    Hello,

    If you are completely new to Infragistics UltraWebGrid, I suggest first investing some time studying our online samples available here:

    http://samples.infragistics.com/2008.2/webfeaturebrowser/default.htm

    and also going through our help here:

    http://help.infragistics.com/NetAdvantage/NET/2008.2/CLR2.0/

    I think almost all scenarios the grid supports are described there. In your specific case - I believe you can have a Templated Column and in the grid InitializeRow event you can manipulate it (make any content inside visible / not visible) based on dynamic runtime criteria.

Reply Children