Hello.
In have a ASPX Page which contains both UltraWebGrid and Webdialogwindow.
I am using UltraWebGrid to list the data.
When you click on a button,Webdialogwindow as a popup which will display some date controls.
Now when I load the ASPX page, the UltraWebGrid take the style of the Webdialogwindow..why???
Whats wrong? Any suggestions?
Thanks in advance. I need urgent help.
Hello teromarine,
When some of our Aikido controls are inserted into the page via designer a folder is created that holds the styles and images for these controls (“ig_res” folder).
The path to this folder is added in the “web.config” file also:
<infragistics.web styleSetName="Default" styleSetPath="~/ig_res" />
If you have set your image directory (with “imageDirectory” property) to different directory this settings can override the default image directory and all IMG objects will be searched in that directory first.
There should not be interference between the two controls styles unless you have manually specified the usage of the same styles for both controls.
I have created a simple example that contains “UltraWebGrid” and “WebDialogWindow” controls and the two controls have different styles.
Can you tell me what version of controls you use, what is your Internet browser and what style did you specified for the “WebDialogWindow”?
If you can create an isolated sample illustrating this issue I will be able to isolate the reason for this behavior faster.
I am waiting for your response.