Thank you very much.
With
CustomConfig = new JsObject() { { "type", "paging" } }
it works as a charm.
The equivalent code in v5 is which follows (WebForms and VB.NET)
<%@ Page...
Search Results
Type: Posts; User: bbros
Search took 0.00 seconds.
-
Feb 25, 2021, 8:21 AM
-
Feb 24, 2021, 9:09 AMAlways it helps! I was searching for that plugin and I was thinking that is not available anymore!
Your point is good and easy for most cases, but I simplified a more complex scenario in order to... -
Feb 23, 2021, 5:13 PM
Thread: [CLOSED] Avatar how to?
by bbrosOk Thankyou! -
Feb 23, 2021, 11:09 AMThere's something wrong with store filters and grid panel paging.
Filters are applied only to the visible rows and not over the whole store data.
Could you please fix my code?
... -
Feb 23, 2021, 8:47 AM
Thread: [CLOSED] Avatar how to?
by bbrosHi! Looking here https://themes.ext.net/spotless/ in spotless componets I found avatar.
It is nice and useful, but there is no examples.
We could try to reproduce an avatar copying the span... -
Feb 02, 2021, 3:13 PMThanks!
PS: In case you already read the previous post which I edited, I found a bug in my code. sorry. -
Jan 31, 2021, 1:54 PM
Thread: [CLOSED] ComboBox with Templates and AJAX
by bbrosGreat! This is somewhat the correct way.
I think the issue #1845 is caused by the store.id which is not "reported" on the page.
Doing as you say my store.id instead of being primaryBoxStore is... -
Jan 30, 2021, 1:43 PM
Thread: [CLOSED] ComboBox with Templates and AJAX
by bbrosThankyou very much for your great support, now I think I can achieve my goals.
I mis explained myself forgetting a "'s"...
I would like to send the primaryBox's value App.primaryBox.value via... -
Jan 29, 2021, 2:45 PM
Thread: [CLOSED] ComboBox with Templates and AJAX
by bbrosHi, almost all is solved, but there are some changes which make me spend more than 2 days on a ComboBox...
We really need some more sample, I guess that it's simple for you to complete my code.
... -
Jan 28, 2021, 11:29 AM
Thread: [CLOSED] ComboBox with Templates and AJAX
by bbrosAutocomplete ComboBox
...Still missing the html template...
I have been able to have a working Autocomplete feature, I just need to know if this is the best practice.
I used a API REST... -
Jan 28, 2021, 9:06 AM
Thread: [CLOSED] ComboBox with Templates and AJAX
by bbrosJust about a standard ComboBox
...for autocomplete I create a new post down here...
QueryMode needs to be local instead of Local
Here is the working code :)
.cshtml -
Jan 27, 2021, 5:08 PM
Thread: [CLOSED] ComboBox with Templates and AJAX
by bbrosHi!
Could you please create an example corresponding to this one?
ComboBox with Templates and AJAX
I'm trying with Razor POST, but Paging<T> is missing.
I cannot find an Ajax Proxy sample, so I... -
Jan 26, 2021, 9:16 AM
Thread: [OPEN] [#1852] MenuItem inside Accordion
by bbrosHi, refering to Issue #1851 on GitHub, can you provide a working example of MenuItem inside Accordion?
We have try the follow, but result in accordion with empty content:
_Sidebar.cshtml
... -
Jan 14, 2021, 6:15 PMcol.SetEditor(new Checkbox()); // did you actually need this?
I didn't now that a CheckColumn does not need a editor to be editable!
In my opinion it's quite confusing that some column type... -
Jan 13, 2021, 4:47 PMI think I got it.
It's working with the following code! Thanks!
public static Column GetColumn(DataFieldType? type, bool Editable)
{
Column col;
switch... -
Jan 13, 2021, 10:53 AMok in the designer works properly.
I'm looking for the equivalent in codebehind, however as you anticipated me there is no TagHelper but also class property as well.
There is not even a... -
Jan 12, 2021, 4:44 PMHow can I use a Checkbox as column editor in a GridPanel?
Other components seem to work fine, but the Checkbox appears disabled.
I started from your GridPanel sample and here it is:
... -
Jan 12, 2021, 8:07 AM
Thread: [CLOSED] DirectEvents and CodeBehind
by bbrosIt is the answer I was looking for :)
Thank you very much again and again and again... -
Jan 11, 2021, 5:53 PM
Thread: [CLOSED] DirectEvents and CodeBehind
by bbrosThank you for the quick reply, you gave me good points!
Not exactly that way.
In WebForms I have been able to build a "Special" GridPanel which I use in place of the standard one.
There is a... -
Jan 11, 2021, 10:27 AM
Thread: [CLOSED] DirectEvents and CodeBehind
by bbrosHi, I need to create a reusable custom control, with server-side actions (the control is a grid with a toolbar, the buttons are like save, new, and so on).
I don't know how I can handle... -
Jan 05, 2021, 3:42 PM
Thread: [CLOSED] GridPanel editing
by bbrosI am moved by the joy!
Thank you very much, your explanation is very clear and I'm starting to figure out how to move in the new environment.
You can consider this post closed.
Thank you again -
Jan 03, 2021, 2:48 PM
Thread: [CLOSED] GridPanel editing
by bbrosThank you very much, it helped me a lot.
My main target is to create a Custom Grid control; I was able to do it in WebForms with previous version using direct events.
I'm trying to create a... -
Dec 23, 2020, 3:07 PM
Thread: [CLOSED] GridPanel editing
by bbrosHi, could you please provide us an example with a GridPanel and edit plugin?
I would like to have a GridPanel with "inline" editing feature, and direct event.
The equivalent of this one ... -
Dec 23, 2020, 8:17 AM
Thread: [CLOSED] CalendarPanel
by bbrosThank you for the answer I was using Calendar Panel in v5.
I worked with Ext.NET from version 2 to 5 until now and I'm planning to move to .NET 5 and Ext.NET v7.
Do you have a plan of component... -
Dec 22, 2020, 5:32 PM
Thread: [CLOSED] CalendarPanel
by bbrosDoes a CalendarPanel exist in new 7.2 version?
I'm not able to find it.
Thank you!
Results 1 to 25 of 117