web editable listbox column

The desktop version has something like

Listbox1.ColumnType(13)=Listbox1.TypeEditableTextField

I can’t find this for the web edition
Is there a way to do this?

[quote=241113:@roland brouwers]The desktop version has something like

Listbox1.ColumnType(13)=Listbox1.TypeEditableTextField

I can’t find this for the web edition
Is there a way to do this?[/quote]

Unfortunately, the WebListBox has no way to do that.

This is almost unbelievable.

Is there a workaround?

If you could find a way to get the id of the cell you could set it to ContentEditable but then you’re just going way outside the Xojo framework and asking for problems.

I wrote a very complex web app.
Part of it, the editable Listbox, I wrote in the Desktop version, because it gives me more flexibility.
I thought that a conversion to web would be not so difficult.
Of course I would had better checked this editable function before starting it. But I took this for granted.

I have to deliver this app January, 28

So, I’m not looking for problems. Just a solution that will not take too much time.

There are third party controls, like WebListBoxTD at http://webcustomcontrols.com/
or Graffiti WebGrid at http://www.graffitisuite.com/products/

Thank you.
I will have a look at it and I hope this will be a solution

Thanks again

I´ve used graffitisuite and I have an example at http://190.12.50.82:25079/, you can try add some items to cart and later edit the quantity before checkout, there are other useful controls like the datepicker.

username: 0103901773
password: 1242

Jorge, I tried your app but I don’t see how to add items to the cart

try click in the firt icon at left, choose an option for the first listbox like “CASCOS” or whatever, whe the grid with items appears try a double click on some of them and change “cantidad” and click the button to add thr cart

Okay, it works

  1. Is it easy to install?

  2. May I ask, why you chose graffitisuite and not webcustomcontrols?

It´s easy and I choose graffitisuite due to continuos improvements and the quick support from Anthony Cyphers, webcustomcontrol is not update from a long time

Okay, I will try that tomorrow.

In Belgium it is now 11.30 pm (your country is 6 hours earlier I believe). I will go to sleep now

Maybe we will get in touch again, if you don’t mind.

I wish you, and of course all the others, a very happy, healthy and productive year 2016
Roland