We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Get GDBG object from GridModel

How to get the GDBG object from GridModel? In this event I want to get the GDBG object from the sender(GridModel) cause this sub handles more then one GDBG Protected Overridable Sub GridQueryColWidth(ByVal sender As Object, ByVal e As GridRowColSizeEventArgs) Sender.?? End Sub Regards, Bassam

2 Replies

AD Administrator Syncfusion Team April 11, 2005 09:24 AM UTC

Try getting the Model.ActiveGridView and cast it to a GridDataBoundGrid. (It is a GridControlBase object).


BE Bassam El-Shafie April 11, 2005 09:35 AM UTC

Yes i just found it Thanks, Bassam

Loader.
Live Chat Icon For mobile
Up arrow icon