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
Ok the one thing that was missing in my code was:
explorerPane.Panes.GetNamedItem(pane).PaneItems.GetNamedItem(item).GetElement().style.color = "Gray";
Adding this fixed the issue client side. But Server side it still doesnt work.
Any pane items set disabled on server side show as enabled (but cant be selected) in FIrefox, but work just fine in IE.
Eric
No, it is the ITEMS in the pane that are the issue. How are they supposed to be disabled client side, so that they show disabled, in all browsers? You need to understand that this is a bug, because what works in IE, doesnt work in Firefox. You need a very specific call to disable items in the pane that is part of the your system, so that different browsers all work the same.
What code do i need to change to make this work? The following is the code that your team told me to use to disable an item in the pane. it doesnt work in Firefox.
function DisableBar(pane, item) {
var explorerPane = ISGetObject("WebExplorerPane1");
explorerPane.Panes.GetNamedItem(pane).PaneItems.GetNamedItem(item).Enabled =
false;
explorerPane.Panes.GetNamedItem(pane).PaneItems.GetNamedItem(item).GetElement().disabled = true;
}
Read your reply. You didnt tell me what to do!
How do i resolve this issue?
Also, you are dead wrong. This is an issue with your system. If i put in standard formating, and it works in IE, it should work in Firefox.
hi
no, we dont ever do client binding anywhere in our system.
HI
no, that is not what i need. What happens is this:
We have a grid, and are editing a cell. ON the right we have an update button for the entire grid. WHen we click that update button, on the client side, it goes to trigger a server side update like the code above.
What happens though is that the row updates, but the server side update of the grid never triggers.
what i want to do is have when you click on the tab, to have it load the data in that tab dynamically at that point.
Is this better client side or server side and what is the best way to handle it?
i have enclosed the code, as well as screen shots of before and after.
that doesnt change how it works in our system. It still shows the progress after the server is done.
Any ideas why? I have attached the actual files here.
i have tried something using your code but something strange happens. The bar updates AFTER all of the things have processed. So it will process 10 deletes, and then it will show all at once the 10 steps of the bar, after its done.
{
progBar.Start();
progBar.DoStep();
Server code
In the Delete process on server.
WebGridCollections.ClientAction.InvokeScript("ProgressBarIncrement()");
All we want is this. In the HandleRowSelect function, we want a call or way to determine if this was a double or single click.
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