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,I apologize for any inconvenience this problem may have caused you.I found an article that discuss about issue that similar with yours.Please kindly have review on this blog, perhaps it can help to solve your issue.However, if the issue still persist, could you inform me information about what Android sample that you run?Or could you inform me the step by step how to reproduce your issue in my end?Please kindly try to update you current Crosslight to the latest version & update your Xamarin as well.Thank you.Regards,Hans K.
Hello,You can use the current Crosslight version along with OS X Yosemite & XCode 6.You could get the latest Crosslight build by following this link.Hope this helps. Thank you.Regards,Hans K.
Hello,Thank you for question regarding Crosslight.I got news that the Crosslight 3.0 is estimated to be available in mid-November 2014.You could follow this link for further information Crosslight roadmap.Please bear with us and thank you for your understanding.Regards,Hans K.
Hello,Thank you for the question regarding WebGrid.Basically, WebGrid doesn’t provide method to collapse the Self Reference WebGrid from server side.However, WebGrid has provided a method to expand & collapse the Self Reference WebGrid from client side.There is a method to expand the Self Reference WebGrid from server side.To show you how to implement those method, I tried to modify one of WebGrid Samples, SelfReferencingGrid.aspx page. In this modified sample/page, I will expand and collapse the first row. I added a couple of buttons to implement those method.Here’s the snippet code about expand row from client side:
function Button1_Click(){ var WebGrid1 = ISGetObject("WebGrid1"); var row = WebGrid1.RootTable.GetRowByKeyValue("2"); row.ExpandSelfRefRow(); return true; }
Here’s the snippet code about collapse row from client side:
function Button2_Click() { var WebGrid1 = ISGetObject("WebGrid1"); var row = WebGrid1.RootTable.GetRowByKeyValue("2"); row.CollapseSelfRefRow(); return true; }
Here’s the snippet code about expand row from server side:
protected void Button3_Click(object sender, EventArgs e) { WebGrid1.RootTable.Rows.GetRowByKeyValue("2").ExpandSelfRefRow(); }
I attached the modified sample as well, so that you can have review on the sample. You just simply add the sample to the WebGrid Samples Solution.In this sample, by default, the row state of the Self Reference WebGrid is Collapse. The expanded row will be collapse after post back. So I don’t need the collapse method in server side to collapse the row.If you don’t mind, could you inform me more information regarding your current scenario? So that I can help you to find the suitable solution for your current scenario.Hope this helps.Regards,Hans K.
Hello,I apologize for any inconvenience this problem may have caused you.I suggest to use build 95 for now. The developer team will investigate the issue further more.Thank you for your understanding.Regards,Hans K.
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