How to find out the name of grid control?
September 19, 2008 8:07 AM
Subscribe
Is there any way I can find out which grid component a particular application is using in a particular screen?
I was looking to buy a Winforms grid component for my C# software development work, and zeroed in on 2 vendors: DevExpress XtraGrid and SyncFusion Grid.
I came across a WinForms application and download it from the net which was using both these grids - in different screens of their application. I could verify that they were using both DevExpress XtraGrid and SyncFusion Grid, coz the application had the DLLs for both these grids as part of the installed files.
Now I want to find out which grid they are using in a particular screen, coz it will meet most of my grid requirements and I will go ahead and buy that grid control.
Is there any kind of spy tool or something which I can point or hover over the grid control, and it can tell me what grid is that ?
I have tried contacting the application developer, but he is not willing to give this information.
Any help is appreciated. I do not want to tell the details about the application, so please only suggest some tools which can help me discover this on my own.
posted by inquisitive to computers & internet (7 comments total)
Have you tried deleting one of the two installed DLL's to see if it only affects the part of the application that uses it? (after making a backup of course)
posted by Gomez_in_the_South at 8:27 AM on September 19, 2008