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
225
Set ToolTipText automatically for a column cells using column in UltraGrid DataSource
posted

I want to update all the ToolTipTexts of cells in one column in the UltraGrid automatically by using the dataTable that is the dataSource of my grid. I need it to show a different description for each cell in this column, but not to use event such as MouseEnterElement that always entered to that function.

thanks.