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
Nope. I also attached the screenshots to you.
Regards,Handy
Hi Yousif,
It is no matter where you want to put the information. It is just that we could not add the row. However, based on my previous suggestion, you need to put or write in the element. Previously, I suggested besides the footer. But you can also add <tr><td> element before or after the footer element. With this way, you can achieve your point.
E.g, In my attachment sample, I use a element before the footer element. I modify the height and put the text in there. You can also try to do the same method. I am sure it would work. You only need to place it in the correct place and give some design style of the element.
Hope this helps.
Actually, I am unable to see your code lines. Maybe, it is cached. After you removed them, try to refresh the page to see if the code lines are still in there or not.
Hello Jeejee,
Currently, we don't have a hierarchical view or + like WebGrid.Net. However, we support data drilling. You can double click a row object and see for the child level inside. Please look into our sample at http://sirius2.intersoftpt.com/presenter/ and try to see data drill sample.
Hi,
I am glad that you like our control. FYI, we already have a standart for the toolbox. But we really appreciate the feedback and I will let our developer teams know about this.
Hello Yousif,
Unfortunately, this scenario could not be done. However, if there is too many records, the added row would be inserted into the last and users would hardly notice the information. They would need to scroll down to see the information.
My suggestion, you can write the information besides in total footer element.
Actually, It is not an issue in virtual load. "CalculatePerPAge" properties is designed for ClassicPaging scenario and it only aggregate data per each page.In virtual load, you will need to handle itself. Manually calculate the total agregate for the next load and add with the previous load total. After that, write the new aggregate into footer element.
Hello Anjali,
It seems you will need to use WebFileUploader component in your web page. WebFileUploader is one of WebTextEditor component. Please open our WebTextEditor sample and documentation. It will help you about how to use it.
I am sorry. It was EnableWebResources. Please see the attached screenshot. FYI, you should register SmartWebResources when you are using WebApplication or FileSystem project.
Well, you will need to change it via Frame object element.
E.g, I changed the text via Button Click itself.
function WebButton1_OnClientClick(controlId, parameter) { var WebButton1 = ISGetObject(controlId); WebButton1.FrameObj.innerText="Test1"; return true; }
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