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
Xamdatagrid with tooltip
posted

Hi,

I have one form with xamdatagrid(infragistic control) and listbox.

on form load xamdatagrid contains the records with the columns: SNo, Sname

List box contains the sports: FootBall,BaseBall,Tennis and Boxing.

Whenever we select a row on the grid then favourite sport is selected.(selection would depend the database)

So, i want to dispaly the selected item as a tooltip for each row selection.