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
885
Provide dynamic configurations to rows of UltraGrid
posted

Hi,

     I have a usecase where in I have a table which has time column as one of the column. We will add rows to the UltraGrid based on time which means we should have rows in ascending of Time.

Requirements are as follows:

1. When I send start and endtimes then that grid scroll bar adjust to show these values(first row should be the start time or first row after start time).

2. Currently I have two different types of rows where I rendered them with two different colors. If I change color, how do I update this color on the row[s] without clearing the table and reload again.Please note that I am setting the fore color for a row in IntitializeRow method. It seems like it is not correct for updating the color in IntializeRow since IntializeRow will be called when a row is getting added to the table.This is different with the updating of a row color which is already present in the table.

Can anyone help me on this.

 

Thanks in advance,

Sanjeev.