DevExtreme Datagrid Column Data

0
0

Hi Team,

I am able to get the column data (ID) for the selected row with the code below in my Winforms application using DevExpress datagrid control.

Dim rowx As DataRow = gdvAlerts.GetDataRow(gdvAlerts.FocusedRowHandle)
Dim alertIDx As Integer = rowx(“alertID”)

Prior to using the Wisej framework, I have had very little web development experience. I have submitted a support ticket on this to the DevExpress team but the solutions they provided could not help me find my way out.

I will be glad if you could guide me on how to get the column data for the selected row.

  • You must to post comments
0
0

Hi Nicholas,

can you please put together a small sample demonstrating what you like to achieve?
Also, are you using our DevExtreme extension? It can be found here:

https://github.com/iceteagroup/Wisej-Ext-DevExtreme

Best regards
Frank

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.