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 Hans Kristian,
is there another way to Identify the Column which got double clicked? Because if i move the column, so that column has a different cellindex then before and the value gets set to the wrong column.
Thanks for your Sample Hans.
I cant use
WebGrid1.RootTable.Columns.GetNamedItem("CompanyName").Show();
because the Contact_ID is in the second childTable. The Roottable has 3 childTables.
Region(RootTable) ->City(ChildTable) -> Building(ChildTable: HERE IS the CONTACT_ID) ....
How can i access that column?
I tried
grid.RootTable.ChildTables[0].ChildTables[1].Columns.GetNamedItem("CONTACT_ID").Show();
but i does not work. What iam doing wrong?
Thanks Yudi, the Solution is working perfectly. Thanks for your help!
But i have another Question. If i do the same for MonthView
if (WebScheduler1.ViewSettings.SelectedViewMode == "Month") not working!
it is not working. Is there also a Workaround for MonthView?
Hello Yudi,my Company is using Web sceduler and actually we need a solution in the matter pictured above. We have to be able to switch bar colours in category colours, or we can't use InterSoft Web Sceduler at all.Do You have any progress in this? Is there planned any update?with kind regards and hope for any solution
TableRow row = new TableRow(); TableCell cell = new TableCell(); if (dr.Service.Amount == Amount.Basket) { foreach (BasketService basketDl in dr.Service.Basket) { cell.Controls.Add(new LiteralControl("<tr />")); TableRenderer.AddTableCell(row, s.From.ToString(form.DatumsFormat), 1); TableRenderer.AddTableCell(row, s.From.ToString(form.ZeitFormat), 1); TableRenderer.AddTableCell(row, s.Until.ToString(form.DatumsFormat), 1); TableRenderer.AddTableCell(row, s.Until.ToString(form.ZeitFormat), 1); cell = new TableCell(); var txt = new TextBox(); txt.Text = string.Format("{0:0.00}", s.Price); txt.Width = 42; txt.MaxLength = 5; txt.CssClass = "nummer"; cell.Controls.Add(txt); row.Cells.Add(cell); } }
} }
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