I am using the Excel Copy Paste example as shown in the sample. The only difference is I am using a mster page, have an AJAX list searcher on the page.
https://es.infragistics.com/samples/aspnet/data-grid/clipboard
When the page loads I can see the grid but when I select the drop down, page refreshes and the ultrawebgrid loses it style and has the selectedtabstyle applied to the whole grid (gwtTabSelectedBlack2k7)
When I hover my mouse over the sheets, the grid is visible again sometimes. I am trying to figure out this for couple of days but without any luck, please help.
Do you have this in your web.config? Also do you have the css files in your directory and what not?<infragistics.web styleSetName="Office2007Black" styleSetPath="~/ig_res" enableAppStyling="true" />
In the aspx page as shown below:
="igwtTabHoverBlack2k7">
>
="14"
/>
="igwtTabSelectedBlack2k7">
How are you setting the style, in your web.config, code behind and/or via javascript?