Best ASP.NET grids for use with LLBLGen

Posts   
 
    
Posts: 254
Joined: 16-Nov-2006
# Posted on: 03-Dec-2006 13:00:42   

Guys,

Although this thread isn't directly related to LLBLGen I'd be interested to know which grid controls people use and prefer when using LLBLGen.

We have used the Janus grid control for the first version of our product using .NET 1.1 and would consider alternative grids or even the core .NET 2.0 grids if this was more appropriate.

Let me know your thoughts?

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 04-Dec-2006 07:44:27   

I use the the core .NET 2.0 grids

Posts: 254
Joined: 16-Nov-2006
# Posted on: 04-Dec-2006 09:24:53   

Is this because you've only ever used ASP.NET 2.0 grids mainly, or you've evaluated other grids and thought they were sub standard?

I know LLBLGen uses third party components in it's designer so wonder why you don't use them in your own development?

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 04-Dec-2006 09:44:24   

I tried the Infragistics before, and I found some flows that made me go for the standard grid. And the reason I didn't try anything else later on, is that I didn't meet a scenario or a case where I needed to use another grid than the standard MS one. All of my previous requirements were fully fullfilled by the MS grid.

So why do you need to use another thrid party grid? Maybe you have a requirement that I did not meet before.

mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 04-Dec-2006 09:45:48   

I would use telerik stuff. Or Developer Express. So far I didn't have to use grid in an asp.net project though.

Posts: 1255
Joined: 10-Mar-2006
# Posted on: 04-Dec-2006 15:44:04   

I have both Telerik and Infragistics - they each have their points and both work pretty well with LL.

Never used the DevExpress grid, but their other products are nice.

NickD
User
Posts: 224
Joined: 31-Jan-2005
# Posted on: 04-Dec-2006 16:14:53   

I use the Telerik widgets. The support offered through their forum comes close to matching this one. Granted, the main developer does is not involved like Frans, but their support personnel are helpful and they've got their own MVP's that contribute. Also, they've got a lot of code samples.

Posts: 254
Joined: 16-Nov-2006
# Posted on: 04-Dec-2006 16:44:34   

Well the janus ASP.NET controls provide us with sorting and changing column order easily and without much work. I thought the standard ASP.NET 2.0 grid controls provided this but it took a lot of additional work, although I haven't tried this much myself.

sami
User
Posts: 93
Joined: 28-Oct-2005
# Posted on: 05-Dec-2006 10:09:41   

We have used syncfusion grid controls, and they have proved to be very good. And their support is excellent too. There is a huge amount of functionality in 3rd party grids which are not available in ms .net grids.

For example, their grid includes both windows forms and asp.net controls which, support both cell oriented unbound grids and bound grids. The grouping grids support grouping, filtering, summaries and expressions. Both flat and hierarchical datasources can be grouped, filtered or summarized... For starters simple_smile

Also I have found their grids a lot faster than .net 2.0 grid.

JimFoye avatar
JimFoye
User
Posts: 656
Joined: 22-Jun-2004
# Posted on: 05-Dec-2006 17:07:23   

I love the Devex winforms controls, but their ASP.NET stuff seems kind of slow (at least, in the demos). We've had good success with Janus.

I had so many problems with Syncfusion winforms controls I had to dump them. Don't know about the ASP.NET stuff, though.