iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello there,
We have a requirement where we want to change the refresh grid icon which appears in left bottom corner and also we want add a localizable text on the icon.
How can we acheive this. We would appreciate if you can provide a sample for the changing the icon and adding localizable text programmitically.
we have attached an image for the query.
regards
Invensys Skelta
Hello,You could modify the refresh icon through ImageSettings. Here’s snippet code how to modify the icon:
<LayoutSettings> <ImageSettings RefreshImage="./image/refresh1.gif" /> </LayoutSettings>
You also could modify the refresh icon tooltip through TextSettings. Here’s snippet code how to modify the icon:
<LayoutSettings> <TextSettings> <TextItems> <ISWebGrid:WebGridTextItem TextItem="Tooltip/Refresh" TextValue="New Refresh" /> </TextItems> </TextSettings> </LayoutSettings>
You could use this example snippet JavaScript code to add some text beside refresh icon:
function Button1_Click() { var tdStat3_WebGrid1 = document.getElementById("tdStat3_WebGrid1"); var refreshCell = tdStat3_WebGrid1.childNodes[0].cells[0]; refreshCell.innerHTML += "<span>Refresh Text</span>"; return true; }
I attach a simple sample regarding this “Refresh Icon” scenario.Please kindly have review on the sample and let me know your response.Regards,Hans.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname