Hi,
Is there any special feature built into UltraGrid that would allow me to add notes to individual rows. I could write something that would do this but it could be a lot of work. If there is something could you provide a sample.
Thanks
Rich
Hi Rich,
What exactly do you mean by "Notes?"
You might be looking for the RowAutoPreview functionality.
Hi Mike,
I want to be able to add a note(s) to and ultragrid row. I am currently serializing the dataset and the grid layout to a file which allows me to open it later. I would also like to add notes to this capability. I don't care if the notes are independent of the data source or not. I need a dynamic solution since I have my own query builder that builds hiarctical datasets on the fly to which I want to provide the end-user the ability to add notes.
Can you tell me the function of RowAutoPreview and provide an example.