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
2715
Newly added rows
posted

Hi!

 

Is there a way to know if a row has been added using the bottom template add row?

I mean, if I add 10 rows using the bottom row, is there a way to differentiate those 10 of the rest of the grid's rows ?

Thank you!

Parents
  • 2732
    Offline posted

    Hello,

    I'm not sure what functionality the UltraGrid provides in this regard, but if you use a BindingList(of T) as your datasource, there is an event you can handle: "ListChanged". You'll probably have to enable that event using the "RaiseListChangedEvents" property.

    The event should be triggered when items are added, removed or changed in the list.

    Michael

Reply Children
No Data