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
120
WinGrid - How to customize and create grid event
posted

Hi All,

I am very new to infragistic control. I have a requirement to load data from data table to Ultra Win Grid. When I add the data table to grid then grid is loading the entire data from the data table. I want to customize the column like follows
1. I need to modify the column name and show less number of columns in the grid
2. I need to place drop down list in cell
3. I need to place combo box in cell
4. I need to invoke event for drop down list and check box based on their selection
5. I need to place a button control and add its caption need to load from one of the data table column value
6. How will I create grid event from the designer

For Ex
Data Table
Account_Holder - I want to show header as Account Holder Name
Bank_Name - I want to show header as Bank Name
Path - I want to place a button control in cell and display value from the column Path and hide the column Path
Status - Drop down list and based on the selection event call some calculation
Verified - Check box and based on its event I need to persofrm some calculation


Please give me an idea how can I achieve above task.

Thanks
Selvakumar R