gridview fixed header

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
1/26/2012 3:06:44 AM
Gravatar
Total Posts 14

gridview fixed header

Hi,

I need an gridview with an fixed header (paging is not helpful).

I've tried with css, javascript and jQuery Plugin's without success.
The jQuery Plugin ScrollableGridPlugin is working in an own project but not in the mojoportal Framework,
I've got script errors. I'm loading the scripts with Page.ClientScript.RegisterClientScriptBlock!

I also brought the header into a table but the problem is the grid and the header are not synchronized.

Does anyone have an idea?

Thanks,

Michael

 

 

1/26/2012 9:39:57 AM
Gravatar
Total Posts 2239

Re: gridview fixed header

Hi,

When you loaded the jQuery plugins, did you try to load the jQuery framework itself? If so, that could be the problem you were having. Can you post the script errors you were getting?

HTH,
Joe D.

1/26/2012 12:43:52 PM
Gravatar
Total Posts 14

Re: gridview fixed header

Hi Joe D.,

I'm loading all 3 scripts. If I'm loading without jQuery Framework I got an error in the jQuery Framework (unrecognize error) and it don't fire the ScrollableGridPlugin.

If I'm loading with the jQuery Plugin I get an error in the ScrollableGridPlugin (Object doesn't support property or method 'getElementsByTagName' ScrollableGridPlugin.js, line 12 character 29).

Bye,

Michael

You must sign in to post in the forums. This thread is closed to new posts.