How to do custom pagination on a data gridview control with custom attributes mapped to a down grid
问题 I have a windows application where on the click of a button it fetches data from a Oracle query and when binding the gridview datasource to a datatable it takes almost 5 mins to load for 3500 records . The final gridview looks like this which is again dependent on data in the down form .on the click of any row in the first grid the second grid data should also change but now it takes huge time and seems like it is kind of doing any background task which am unable to get as am pretty new to