Hi,
I'm trying to use images as the separators/resize hooks between my headers as opposed to using standard borders. An example of what I'm trying to do is to replicate the functionality of the asp:menu separator image, i.e:
<asp:MenuItem Text="New Button" SeparatorImageUrl="toolbar_separator.gif" Value="NewButton">
I've tried numerous things such as using the Header Template, but I don't see any obvious way to get the image into the proper location. Standard header borders won't do because I'm trying to create a Outlook 2007/Microsoft CRM 4 look and feel.
Is there any way to do this for the headers of the UltraWebGrid?
Conor
P.S: The CRM Template the UltraWebGrid offers is quite dated, and seems to have been more geared towards CRM 3. CRM 4 has a much different look and feel.
use appstylist then modify the css file
Sorry about the delay replying. I just returned to this issue now.
CSS sounds like the route I would like to take alright. This may also solve another 2 issues I ran into - styling the scroll bars and color of sorted columns.
Problem is I'm running into a few difficulties at the moment. I've been looking at AppStylist over the last couple of days and I can't seem to see anything that would help change the Header Separator image. (I can't see anything to change the styling of the scrollbars either). After opening AppStylist, I started a new style library and clicked on "WebGrid". I can see the ability to modify borders/filters/paging. I can even see ways to modify other images such as the image associated with the Filtering, Sorting, etc. But no way to modify header separator, scrollbar styles, or style of a sorted column.
If you have successfully solved any of this can you show me how?
Thanks in advance!
Conor.