Hi,
Am implementing 3 level heirarchial grid in windows application.
Here am binding the child rows by hitting the database using "rowsourceneeded event". which is working fine.
But the sorting functionality is not working in the 2 and 3 level hierarchy--------Dont no why--How can i achive this
And also when user clicks on 1 or 2 level, am hitting the database everytime even it has childrows already--------Can we avoid this by checking if its has childrows already for 1 and 2 level--How can i achive this
Am implementing 3 level heirarchial grid in windows application.
Here am binding the child rows by hitting the database using "rowsourceneeded event". which is working fine.
But the sorting functionality is not working in the 2 and 3 level hierarchy--------Dont no why--How can i achive this
And also when user clicks on 1 or 2 level, am hitting the database everytime even it has childrows already--------Can we avoid this by checking if its has childrows already for 1 and 2 level--How can i achive this