Welcome, Guest
Username: Password: Remember me

TOPIC: Integrate ASPxSearchLookupPropertyEditor into xpand (from example in http://www.devexpress.com/Support/Center/p/Q409620.aspx)

Integrate ASPxSearchLookupPropertyEditor​ into xpand (from example in http://www.devexpress.com/Supp​ort/Center/p/Q409620.aspx) 8 months 3 weeks ago #2680

  • vimarx
  • vimarx's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 322
  • Thank you received: 13
HI Tolis,
I found this example and its editor to be useful. www.devexpress.com/Support/Center/p/Q409620.aspx
www.devexpress.com/Support/Center/Attach...=dxSampleQ393415.zip

It implements a more user friendly (from my perspective) and faster way for web data entry.

Could you integrate into xpand?

TIA

Gustavo
The administrator has disabled public write access.

Re: Integrate ASPxSearchLookupPropertyEditor​ into xpand (from example in http://www.devexpress.com/Supp​ort/Center/p/Q409620.aspx) 8 months 3 weeks ago #2690

  • Tolis
  • Tolis's Avatar
  • OFFLINE
  • Administrator
  • Posts: 1514
  • Thank you received: 268
Hello,

Thanks for the suggestion, I tested the sample and I can only see a simple text editor for reference properties instead of a combobox. In other words does not work.

If you can provide a working sample I ll be happy to migrate.

P.S.: Have you tried Xpand.ExpressApp.Web.PropertyEditors.StringLookupPropertyEditor? As far as I understand you just need to replace the heavy Lookup with a combobox
To get notified on new releases you may follow us on twitter @expandframework or subscribe in our main RSS feed. Also consider subscribing to the news forum. I am also available @tolisss
The administrator has disabled public write access.

Re: Integrate ASPxSearchLookupPropertyEditor​ into xpand (from example in http://www.devexpress.com/Supp​ort/Center/p/Q409620.aspx) 8 months 3 weeks ago #2692

  • vimarx
  • vimarx's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 322
  • Thank you received: 13
Thanks Tolis,
Attached my solution ,
This attachment is hidden for guests. Please log in or register to see it.

Here is a small video screencast.com/t/LfKkaLmb0c36

This editor is useful to me, because I'm using large collections (10000+),so I think reading all the collection for filling a combobox is not practical.
This editor query the database only when a minimun number of character are filled (In the example the number is 3), so the query is delayed, and return only a subset with meaninfull results.
There is a lot of room for improvement, but I also think that it is usable as it is in the example (I used a DX sample).

Thanks again

Gustavo
The administrator has disabled public write access.

Re: Integrate ASPxSearchLookupPropertyEditor​ into xpand (from example in http://www.devexpress.com/Supp​ort/Center/p/Q409620.aspx) 8 months 2 weeks ago #2701

  • Tolis
  • Tolis's Avatar
  • OFFLINE
  • Administrator
  • Posts: 1514
  • Thank you received: 268
Thank you very much for the project and the video!. The editor is integrated in next version 12.1.7.8
To get notified on new releases you may follow us on twitter @expandframework or subscribe in our main RSS feed. Also consider subscribing to the news forum. I am also available @tolisss
The administrator has disabled public write access.
The following user(s) said Thank You: vimarx
Time to create page: 0.341 seconds