Author |
Topic |
SamC
White Water Yakist
3467 Posts |
Posted - 2004-01-15 : 13:20:21
|
Looks like there are a couple of leading 3rd party datagrids. My short search has come up with a short list of:InfragisticsdbNetGridInfosoftIt's just not possible for me to take time to review products like these in any depth. It's going to be: ready fire aim. Any comments about any of these 3 or recommendations for another?Sam |
|
MichaelP
Jedi Yak
2489 Posts |
Posted - 2004-01-15 : 13:53:29
|
For ASP.net or Winforms?I've never used Infragistics, but I've got a friend that swears by their .Net stuff.There's the built-in datagrid as well, but I think the Infragristics one is better.Michael<Yoda>Use the Search page you must. Find the answer you will.</Yoda> |
 |
|
SamC
White Water Yakist
3467 Posts |
Posted - 2004-01-15 : 14:40:29
|
This is an ASP.NET project, not Winforms.The datagrid with Microsoft is short a long list of items that'll takes days/weeks to code around myself.I've had a couple of gurus recommend Infragistics.Trouble with a decision like this is it's hard to see the potholes down the road, and it costs a lot to turn around, go back to take another turn.On another note, it's surprising that every datagrid I've seen only supports IE. Must be the JavaScripts included in the package.Sam |
 |
|
setbasedisthetruepath
Used SQL Salesman
992 Posts |
Posted - 2004-01-15 : 14:56:53
|
quote: it's surprising that every datagrid I've seen only supports IE
.LOL next you'll tell me you're surprised Windows isn't open source ... Who runs a non-IE browser these days????JonathanGaming will never be the same |
 |
|
SamC
White Water Yakist
3467 Posts |
Posted - 2004-01-15 : 15:25:01
|
I see your point. The problem is my customer base. LOTS of them are still running Netscape 4.7. Then there are people who run MACs. Microsoft's datagrid renders well accross browsers. It's the 3rd party datagrids, all jazzed up with JavaScripts that have compatability problems.Sam |
 |
|
MichaelP
Jedi Yak
2489 Posts |
Posted - 2004-01-15 : 16:53:26
|
Sam, What's wrong with the MS datagrid then??Michael<Yoda>Use the Search page you must. Find the answer you will.</Yoda> |
 |
|
SamC
White Water Yakist
3467 Posts |
Posted - 2004-01-15 : 17:08:10
|
The MS Datagrid is great for displaying data from stored procs. It even has the beginnings of edit by row. If you want bells like - DELETE a row, - Confirm the DELETE or UPDATE - Add a new row - Focus set on first editable item when a row is opened for editing - The bells like layout - icons, controls for the pageset sizeI found a site that provides free 3rd party controls to fill in these gaps at[url]http://metabuilders.com/Tools/FirstFocus.aspx[/url]I'm still considering using these. It may bulk up my coding, but I might have a better handle on things that way in the short term.Sam |
 |
|
MichaelP
Jedi Yak
2489 Posts |
Posted - 2004-01-15 : 17:46:06
|
Ahhh ok, that makes sense. I've not gotten into the whole delete and edit stuff in a grid. Michael<Yoda>Use the Search page you must. Find the answer you will.</Yoda> |
 |
|
|