Css and Nested Data Controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a datalist with a nested datagrid control in it. It works fine but
CSS for the datagrid doesn't apply unless I hit a sort link on the datagrid
relating to the datagrid sort property. How can I have my css rules show in
my datagrid without having to hit the sort link on datagrid?

Thanks,

JJ
 
Hi,
where you set the CssClass datagrid's property? In html or in
code-behind?

HTH
ciauz
 
I set the CssClass property in html for each control in the datagrid, not
code behind. I have a linked css page. So in my datalist control is the
datagrid control. The datagrid control doesn't apply its css attributes till
after I hit a sort on the datagrid after its been rendered to html.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top