Is it possible to call the function by using the datagrid column item?
I want to call the function while the user click the particular column item in the datagrid?
Thank’s in advance…
Is it possible to call the function by using the datagrid column item? I
Share
You have to assign an eventhandler on the datagrid, and use a switch, which calls a function based on what you clicked on.