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 get index of the row in a ultrawebgrid with the selected value.
posted

Dear All,

I am stuck up with one issue. For my application I am using ultrawebgrid. The parent ultrawebgrid contains two child webgrid.

When i add one record in the child grid, one calculated row is added after the first record. But when i add few more records to the child grid the location of the calculated row is always the second row. I just wanted it to be the last row of the grid whatever may be the number of rows added to the grid.

 

Regards,

Preet Sahani

Parents
  • 28464
    posted

    I am not completely sure I understand the whole scenario in detail. Is UltraWebGrid1.DisplayLayout.ActiveRow.Index applicable in your case? Also, how are you adding row, is there some sample code and ASPX declaratation that we can use in order to reproduce that?

Reply Children
No Data