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
Hi Suhas,
I'm apologize that I'm forgot to mention that you could use the snippet "grid.SetHeight()" in any client-side event.
And also could you attach me a simple sample that could replicate this 'disappearing footer' issue? With the step to reproduce the issue. Your sample will be very helpful for me to investigate it further, since I could not replicate the issue.
Thank you.
Regards,
Julia
Hi Dhaval,
Please ensure you have written the path correctly. You can use the snippet below :
protected void Button1_Click(object sender, EventArgs e) { WebGrid1.ExportGrid(new ISNet.WebUI.WebGrid.DynARInfo("excel", "C:/Temp/", "WebGridToExcel")); // export grid data with name WebGridToExcel }
And then about your error, that might because you haven't set the permission in your folder destination. To fix this, please give the access to the folder first before you do the export.
I hope this could help.
Do you mean CSV as Comma-separated values? I'm sorry if I wrong. But if it yes, unfortunately WebGrid does not support to export into CSV format. Currently our WebGrid just provide for HTML, PDF, XML, EXCEL, TIFF, RTF, and TEXT format.
In order to set WebGrid's height from javascript you can use the following snippet:
function WebGrid1_OnInitialize(controlId) { var WebGrid1 = ISGetObject(controlId); WebGrid1.SetHeight(250); return true; }
Hope this could helps. Please let us know if you have another questions.
Hi Ca,
Based on your screenshot, there are missing modules in your web.config. Could you mind to see your web.config and check if the following modules has been added:
in <httpHandlers>
<add verb="GET" path="WebFileUploaderHttpHandler.axd" validate="false" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpHandler, ISNet.WebUI.WebTextEditor" />
in <httpModules>
<add name="WebFileUploaderHttpModule" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpModule, ISNet.WebUI.WebTextEditor" />
It its not there, please copy and paste it into your web.config.
Hope this helps.
Hi Mark,
Thank you for the sample. I have tested your sample and enable to reproduce the issue. I have forwarded this issue to our WebInput Development Team. I will inform you for any news in this thread.
1. You will need to add the dll's manually. Please ensure that you have Frameworks dll : ISNet.dll and ISNet.WebUI.dll in your project bins. If you don't, please add it from WebUI Framework bins folder.
2. No, you don't need to install Intersoft products in your server. Please make sure your deployment machine is clean from our producst.
3. You can find the bins in C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET.
4. Could you send me any screenshots of the grid's display in development and in deployment level? With the detail information which part is not being displayed perfectly.
5. Intersoft products are compatible with IIS 7.5. However, if you find any error regarding this, please report us.
I will be looking forward for any screenshot from you. Thank you.
Actually the sample is explain more specific into how to insert image from Media Gallery into editor, so the UploadFile is not set since its not the main subject.
To use upload mode in our WebTextEditor sample "InsertAndEditImage", you will need to set the Enabled and AllowUserUpload to true. You can find these properties in the following:
WebTextEditor properties > FileUploaderSettings > Enabled
WebTextEditor properties > Media Resources (collection) > Resources (collection) > AllowUserUpload
We also have documentation for detail steps on how to use file uploader. Please find the documentation with title "Walkthrough: Integration with WebFileUploader".
I hope this helps.
Hi Deepesh,
In order to make your project works, you need to do the following :
- Please ensure that every parameter is written with right parameter (e.g use ID than eventID). Considering also that any parameter written in lower case and upper case could make your project not working.
- The specification of ISDataSource is not complete, you should add OldValues and specify every ISDataSource parameter.
To give you more detail about this, here I attach the project that has been fix. I hope this could helps.
Hi Eric,
Thank you for your suggestion. Our website development team is preparing for a new support site and one improvement function is in searching feature. We will inform about this when the site is ready.
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