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 Dasha,
Thanks for the explantion. I understand why you cannot use the access key. Looking at the first requirement that you want to have keyboard navigation like WebTreeView, actually the menu bar also have keyboard navigation, here I attach demo video of keyboard navigation in WebMenuBar, I only use the directional key in my keyboard to navigate between the menu.
Please let me know if this suitable with your scenario.
Best Regards,
Gordon Tumewu
edited double post.
Hi Vince,
It is because HTML does not recognize tab character or spaces. You can try to write 'C001 000 001 005 1' in the html page and you will see that the result will be 'C001 000 001 005 1'.
Hi,
I am trying to replicate your scenario. Everything works fine, I only add Insrt Command and Insert Parameter at your SqlDataSource and the record will added automatically. It's true after you click the button the ProductID cell didn't contain "(Auto)" but if you accept all changes, then the record will be added to the Database.
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>" ProviderName="System.Data.SqlClient" SelectCommand="SELECT [ProductID], [ProductName] FROM [Products] ORDER BY [ProductID]" InsertCommand="INSERT INTO [Products] ([ProductName]) VALUES (@ProductName)"> <InsertParameters> <asp:Parameter Name="ProductName" Type="String" /> </InsertParameters> </asp:SqlDataSource>
Hi Madhavan,
Here I attached my simple sample.
Hope this helps.
I am sorry but I am not fully understand with your requirement. Do you want to set the access key and add the menu programmatically? If yes, try to use the following code:
protected void Page_Load(object sender, EventArgs e) { MenuCommand cmd = new MenuCommand(); cmd.Name = "item1"; cmd.Text = "item1"; cmd.AccessKey = "a"; WebMenuBar1.Menus.Add(cmd); }
You can use the cross IFrame to access another component in other IFrame. Here I attached my simple sample.
Hi Michael,
Thanks for the sample, it helps me to replicate the issue. I have forwarded this issue to our development team and they are checking it. Also this issue only happend in non IE browser, I have tested using Mozilla and the issue didn't occured.
When I tried to restore the .BAK file I got exception occured. I am using SQL 2005, could you reattach the .BAK file?
If I look at your video, the issue could possibly happend because it happends after several child. Is it possible to send us the test page? We need to test and replicate the issue first.
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