Hello,
We upgraded to 11.2 and right now we are struggling with the no longer included products, in this case the WebToolBar.
One of the useful properties that WebToolBar had was the hability to toggle a TBarButton. Is this possible with WebDataItems?
In addition to this we would appreciate any documentation guiding the migration, not only for WebToolBar.
Thanks in advance.
Hello Ricardo,Thank you for contacting Infragistics developer support. As you are beginning to migrate our old classic controls with our new Aikido Ajax I would suggest you reading the following blog post of one of our Product Managers - http://community.infragistics.com/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx It contains helpful information and links containing migration guidance. As you are talking about buttons in UltraWebTab – my suggestion is to use itemtemplates in WDM. More information about templating could be found in our online documentation - http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=WebDataMenu_Templating.html . Please also check our sample browser http://samples.infragistics.com/aspnet/Samples/WebDataMenu/Display/Templates/Default.aspx?cn=data-menu&sid=06150c3f-2661-49b9-a575-0b07ad00afdf.
Nikifor,
Thanks for the quick response, nevertheless, It wasn't what we expected.
By using templates we can accomplish our task but it implies more work than expected. As It is the only option available we will try this approach some time later.
Thanks again.
Hello Ricardo,Please let me know if you have further questions regarding this issue.
What control do you suggest to use in the ItemTemplate to act like a toggle button?
ASP button or HTML button. You can also use our WebImageButton.
Can you give me an example of how any of these can toggle?
OK, thanks for the example. I was just needed a button with an image and no text, so I think I will try using an HTML Image button:
<input id="Button1" type="image" class="Ordinary" value="" onclick="Button1_Click(this);">
I will try this out and see if it will work for what I need.
Thanks!
Hello,Please take a look at the sample. It has two template buttons. When they are clicked i change the css class applied to them. You can also change the text. Please adjust with css the buttons to match your design