There is a guy I work with who has been tasked with getting a grid hooked up to a database. There has been some problem with the performance of the built-in grid and we are looking for alternative solutions.
I have suggested (and my manager has backed me up) that we try testing 3rd party grids such as Infragistics, XCeed, Telerik, or any of the dozens of other grid vendors out there.
My co-worker has started working on his own custom solution and used the following arguments as to why he hasn't 'gotten around' to downloading the trial versions:
- Need the source code so we can customize
- Confident that the 3rd party grids won't perform as well as a hand-rolled solution
- Doesn't think that 3rd party grids can connect to our data source
Now, I will admit that we are using SharePoint and ASP.NET, but I am looking for a platform agnostic approach to the problem.
How do you convince a developer to at least explore 3rd party controls before building your own?