It is posible?? Datagrid fixed headers in a server control
Tech-Archive recommends: Speed Up your PC by fixing your registry
Hi, i explain my question...
I have an ascx web user control this one have a datagrid whit some
properties i had make a good datagrid user control for me. But now i have
the last problem i was looking for a way to put scroll bars if my control
width and height are lowers than the datagrid height and width using the
next method....i override the method render in the ascx an i write the html
<div style="overflow:auto"> before renderchildrens() and then </div> but it
make that my header scroll to i need the way to fix it but only with code
inside that control not in aspx or codebehind.
It is posible??
Thanks Ivan
.
Relevant Pages
- Re: Scroll grid With fixed header (It this posible?)
... > I have an ascx web user control this one have a datagrid whit some ... > properties i had make a good datagrid user control for me. ... Yes you can fix the header on the datagrid using the CSS as in this example: ... (microsoft.public.dotnet.framework.aspnet.datagridcontrol) - Scroll grid With fixed header (It this posible?)
... I have an ascx web user control this one have a datagrid whit some ... the last problem i was looking for a way to put scroll bars if my control ... (microsoft.public.dotnet.framework.aspnet.datagridcontrol) - Scroll grid With fixed header (It this posible?)
... I have an ascx web user control this one have a datagrid whit some ... the last problem i was looking for a way to put scroll bars if my control ... (microsoft.public.dotnet.framework.aspnet.datagridcontrol) - Help with best way to create a filtering record selector in a database application
... There is a datagrid on the left side that lists ... and then bind the datagrid to that DataView object. ... User Control, which I've called Navigator. ... ViewManager viewManager; ... (microsoft.public.dotnet.languages.csharp) - IPostBackDataHandler not working properly with DataGrid
... IPostBackDataHandler when it is placed inside a datagrid. ... I have created a user control containing 1 TextBox ... public class MyUserControl: System.Web.UI.UserControl, ... private void Page_Load ... (microsoft.public.dotnet.framework.aspnet.datagridcontrol) |
|