Hi,
I have an issue regarding ultraweblistbar, I have two items in the listbar. When i click one item and i am on the corresponding page, i cannot click the same item on listbar again. Eg: when i Click on Create Document item and i reach the Create Document page, i am not able to click the item (Create Document) again, it is kind of disabled.
Can anyone help me with this...
i would really appreciate the help.
thanks in advance..
Hello,
I tried to setup a scenario similar to what you have, but unfortunately could not reproduce the problem. I am using the latest official release, 7.3 (with the latest hotfixes). Here is my setup - basically, a couple of pages, Default.aspx and Default2.aspx, both containing one UltraWebListBar instance. If I click on the second item (leading to Default2.aspx through the TargetUrl property), I am then successfully able to re-click the same second item any number of times. Here is my listbar declaration:
<iglbar:UltraWebListbar ID="UltraWebListbar1" runat="server" BorderWidth="" Height="200px" Width="124px"> <Groups> <iglbar:Group Text="Group" TextAlign="Left"> <Labels Expanded="" Collapsed="" Selected=""> </Labels> <Items> <iglbar:Item TargetUrl="Default.aspx" Text="Item"> <Labels Selected="" /> </iglbar:Item> <iglbar:Item TargetUrl="Default2.aspx" Text="Item"> <Labels Selected="" /> </iglbar:Item> </Items> </iglbar:Group> <iglbar:Group Text="Group" TextAlign="Left"> <Labels Collapsed="" Expanded="" Selected="" /> </iglbar:Group> <iglbar:Group Text="Group" TextAlign="Left"> <Labels Collapsed="" Expanded="" Selected="" /> </iglbar:Group> </Groups> </iglbar:UltraWebListbar>
Could you please try this and let me know if it works? Or maybe, there is something different in your setup, e.g. version used, AutoPostBack turned on, everything nested in UpdatePanels, etc?
Hi Rumen,
Thanks for the Reply. I am using Version 6.3. No Auto Pst Back is used and no UpdatePanels are used.
I am giving you my code... can u please analyse it and let me know where the problem is?
iglbar:ultraweblistbar id="UltraWebListbar3" runat="server" Width="150px" BorderWidth="4px" BorderStyle="None" GroupSpacing="10px" ItemIconStyle="SmallWithInsetText" MergeStyles="True" BarWidth="100%" ViewType="ExplorerBar" Height="340px" AllowGroupMoving="GroupSwapping">
<GROUPS>
Thanks and Regards,
Aaftab
Thanks for the follow-up. I now believe I know what is going on, and I believe it is related to frames. When you click the link in the frame, UltraWebListBar assumes that it is already loaded and it will be more convenient for the end user to not be able to click on the item, if it is already selected. In any case, if you do wish to force the same page (the one that is already active) to be loaded again on item selection, you can set the RenderAnchors property of your UltraWebListBar instance to true
Example:
<iglbar:UltraWebListbar ID="UltraWebListbar1" runat="server" BorderWidth="" Height="200px" Width="124px" RenderAnchors="True"> <Groups> <iglbar:Group Text="Group" TextAlign="Left"> <Labels Expanded="" Collapsed="" Selected=""> </Labels> <Items> <iglbar:Item TargetUrl="http://www.google.com" TargetFrame="targetFrame" Text="Google"> <Labels Selected="" /> </iglbar:Item> <iglbar:Item TargetUrl="http://www.yahoo.com" TargetFrame="targetFrame" Text="Yahoo"> <Labels Selected="" /> </iglbar:Item> </Items> </iglbar:Group> <iglbar:Group Text="Group" TextAlign="Left"> <Labels Collapsed="" Expanded="" Selected="" /> </iglbar:Group> <iglbar:Group Text="Group" TextAlign="Left"> <Labels Collapsed="" Expanded="" Selected="" /> </iglbar:Group> </Groups> </iglbar:UltraWebListbar> <iframe id="targetFrame" name="targetFrame" width="200px" height="200px"></iframe>
Hope this helps.
Thanks a lot for your reply Rumen. Now everything is working fine...
I have another Issue regarding WebHtmlEditor (same Version). Actually when we click on Insert Image Icon (ToolbarUploadButton) on the Editor, a pop up window opens. I am successful in changing the size of the window but i am unable to change the size of the controls contained in the window like Preview image. Page is left Blank at the bottom.
I think we need to make some changes in ig_htmleditor_upload.js file but i am not sure and neither am i able to identify the place to make changes.
I would really appreciate help from you on this as well.
Thanks once again for your help...
Actually i have already posted my Query in WebHtmlEditor discussion but have not yet recieved any reply on the same yet.
But it was a good experience with you.. Really appreciate your help...
Thanks,
Hello Aaftab,
I am glad I was able to help.
As far as the WebHtmlEditor question goes, I suggest posting the very same question in the WebHtmlEditor area in our forums - support and development folks on the team responsible for this area are very active there and chances are you will get better / faster reply there.
You can use the link below to go directly to our WebHtmlEditor support forums:
http://forums.infragistics.com/forums/113.aspx