Infragistics and Dnn.

Posts   
 
    
netLearner
User
Posts: 150
Joined: 18-Oct-2003
# Posted on: 26-Jan-2005 23:25:53   

Just wondering if anyone has worked with integrating Infragistics and Dnn. We are working on a new project which is going to be based on these 2 products plus Pro. Mainly looking for this kind of scenario: Create a new module for Dnn. Create a new UserControl in which will be placed Tabs from Infragistics tabs. Upon clicking on each tab a different UserControl will be loaded into the tab in the module. The products are currently being reviewed. Just wanted to know if anyone has used them like this. Any input will be really appreciated. Thanks.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39801
Joined: 17-Aug-2003
# Posted on: 27-Jan-2005 09:08:19   

I don't think DNN will make a difference, it will be the same as when you use the controls in a normal webapp I think. Infragistics webcontrols are feature-rich, but in my experience produce a lot of HTML. This means that the pages are very heavy sometimes. On intranets you won't notice that much, but over the net it's cumbersome.

Frans Bouma | Lead developer LLBLGen Pro
Fishy avatar
Fishy
User
Posts: 392
Joined: 15-Apr-2004
# Posted on: 27-Jan-2005 16:56:17   

We had two issues when using Infragistic's webgrid.

First, it generated lots of html to keep track of each value in the grid. This was in addition to the html table information. We did get around some of this by setting some properties (I don't remember which ones).

Second, it does not display well in anything but ie 5.5 and above. If you keep your grid relativly simple it will display ok, but any complexity and it's gonna look funny.

Good Luck smile

Fishy

netLearner
User
Posts: 150
Joined: 18-Oct-2003
# Posted on: 28-Jan-2005 02:20:55   

Thanks for the input. Thanks.

Devildog74
User
Posts: 719
Joined: 04-Feb-2004
# Posted on: 28-Jan-2005 02:38:48   

Ahhhh, be warry of infragistics tabs. With the tabs you have 2 choices, load the controls at runtime into the tab pane, or at design time. If load the the tabs design time, youll probably take up smoking waiting for page loads and pumping all the data back into view state. If you choose to load the tab with the control at runtime, youll be in postback/viewstate hell which is another set of challenges entirely.

Just some things that I have run across.

netLearner
User
Posts: 150
Joined: 18-Oct-2003
# Posted on: 01-Feb-2005 16:29:45   

Hi Devidog, Have you tried not using the ViewState and see how it performs? If so please let me know your experience. Thanks.

alexdresko
User
Posts: 336
Joined: 08-Jun-2004
# Posted on: 02-Feb-2005 17:21:00   

netLearner wrote:

Hi Devidog, Have you tried not using the ViewState and see how it performs? If so please let me know your experience. Thanks.

NetAdvantage 2004 v3 greatly reduced the amount of viewstate stored in each page. We use the webgrid and LLBLGen with great success in DNN. If you look on the asp.net forums, I posted a couple of functions that fix the javascript location properties for many of the Infragistics controls if you're planning on including the scripts with your PA.

netLearner
User
Posts: 150
Joined: 18-Oct-2003
# Posted on: 02-Feb-2005 18:28:42   

Thanks Alex.

Devildog74
User
Posts: 719
Joined: 04-Feb-2004
# Posted on: 12-Feb-2005 21:58:58   

alexdresko wrote:

If you look on the asp.net forums, I posted a couple of functions that fix the javascript location properties for many of the Infragistics controls if you're planning on including the scripts with your PA.

Do you remember which forums and maybe the threads?

alexdresko
User
Posts: 336
Joined: 08-Jun-2004
# Posted on: 15-Feb-2005 15:59:37   

Devildog74 wrote:

alexdresko wrote:

If you look on the asp.net forums, I posted a couple of functions that fix the javascript location properties for many of the Infragistics controls if you're planning on including the scripts with your PA.

Do you remember which forums and maybe the threads?

http://asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=803134

Devildog74
User
Posts: 719
Joined: 04-Feb-2004
# Posted on: 15-Feb-2005 21:19:45   

Thanks a ton.

alexdresko
User
Posts: 336
Joined: 08-Jun-2004
# Posted on: 16-Feb-2005 05:18:18   

Devildog74 wrote:

Thanks a ton.

Would have replied sooner if I had noticed the thread changed. I'm just glad I could help someone around here! simple_smile