Hello @IbrahimLopez, and welcome to Ext.NET forums!
The FileUploadField is rooted in the <input type="file"> HTML element. Just like that, you can enable multiple files selection. It may be...
Search Results
Type: Posts; User: fabricio.murta
Search took 0.04 seconds.
-
Today, 1:28 PM
-
Yesterday, 2:37 PM
Thread: Combobox Enum binding
by fabricio.murtaHello @dnakorea!
This is not supported automatically (implicitly converting to/from values), you should convert the enum to/from its numeric or string representation from code behind or by using... -
Yesterday, 2:24 PMHello again, @bbros!
Glad you could find with intellisense just with the tip we provided.
But it does not look great, does it? In markup, you can use:
- x-editable="true" (would be a string,... -
Jan 13, 2021, 4:04 PMHello again, @bbros!
In code behind, you have CustomConfig to use. How does the code to add the column look like at your side? In case you can't figure out how to use CustomConfig from code behind... -
Jan 13, 2021, 3:57 PMHello Dan,
Thanks for the feedback, and glad you could have it working in the end. -
Jan 13, 2021, 3:55 PMHello @aliabdulla!
Thanks for the test case, I could reproduce the issue. In fact, to reproduce it I could just try to give any ext:GridCommand component a tooltip from markup, in the GridPanel >... -
Jan 13, 2021, 2:55 PM
Thread: Time Picker Zone
by fabricio.murtaHello @aliabdulla!
In our tests here, if we provided a time to a field, the server would receive the time we filled in. In case you can draw a simplified and runnable test case reproducing the... -
Jan 13, 2021, 2:50 PMGlad it helped, thanks for the feedback!
-
Jan 13, 2021, 2:48 PM
Thread: [CLOSED] componentLoader rendering
by fabricio.murtaThanks for the feedback, glad we could ultimately help you on the inquire! -
Jan 12, 2021, 7:34 PMHello again, Dan! Glad you could come down to a solution that worked for you.
Yes, findRecord() belongs to the store. Whenever a record is ready in the store this method should be able to find... -
Jan 12, 2021, 7:20 PMHello @bbros!
Just add x:raw-editable="true" to the check column and it should "magicallY" become editable.
You may want to check out the corresponding v5 example using this feature for any... -
Jan 12, 2021, 6:57 PMHello @josephmkchan!
What about this:
<%@ Page Title="Inbound Tracker" Language="C#" %>
<!DOCTYPE html> -
Jan 12, 2021, 12:40 PM
Thread: [CLOSED] componentLoader rendering
by fabricio.murtaHello again, @dnakorea!
I apologize for missing the main point here; at some point I removed the Ext.NET components from the inner page and that just worked as-is. Adding them back reproduced the... -
Jan 12, 2021, 12:22 PM
Thread: Time Picker Zone
by fabricio.murtaHello @aliabdulla!
I am afraid at some point in your code you are treating dates as GMT and other points as local time. You should settle at one for consistency. You should check at which point... -
Jan 12, 2021, 11:58 AMGlad it helped and thanks for the feedback!
-
Jan 12, 2021, 12:01 AMHello Dan!
Trying to understand your point. Thanks for clarifying you are aware of the limitations involved.
It does not trigger because the callback is only fired during requests made by... -
Jan 11, 2021, 10:48 PMHello again, @bbros!
If code reusability is what you want, maybe you could use a base class for PageModel like you are doing, but also add facilities that configures the grid for you (and... -
Jan 11, 2021, 4:03 PM
Thread: [CLOSED] componentLoader rendering
by fabricio.murtaHello again, @dnakorea!
Your code looks right, it should be working.
Have you checked if /Test/BPage is accessible directly in your website to tell whether inner page view is loading alone? -
Jan 11, 2021, 3:18 PMHello @bbros!
I think that the problem there would be that the events are not wired up in ASP.NET 5/core as they were in ASP.NET WebForms. This was both a nice thing and a limitation in some... -
Jan 11, 2021, 1:51 PMHello @dan!
Before I get into your follow up, can you do a little test on the sample you provided first?
1) add .ID("GridPanel1") to the grid panel.
2) reload the examnple and open... -
Jan 08, 2021, 8:48 PMHello Craig!
How do you think the ComponentLoader approach would fit your needs? Maybe that's worth a try? We had a recent thread asking about it and, at least the scenario therein, worked for me... -
Jan 08, 2021, 6:23 PMHello @Geovision!
A direct request is not supposed to return a file. It should instead, return a response for the client. This response can contain information to let the client know what to do... -
Jan 08, 2021, 5:55 PM
Thread: [CLOSED] componentLoader rendering
by fabricio.murtaHello again, @dnakorea!
My guess is you don't have the controller configured right. You'd need an Action fully set up to each page in the Test controller. In other words:
... -
Jan 08, 2021, 5:42 PMHello Dan!
You can't reliably find which record you want to select because you have remote data. If you want to reliably scroll back to the record anywhere it may be you should load the full data.... -
Jan 07, 2021, 8:13 AM
Thread: [CLOSED] componentLoader rendering
by fabricio.murtaHello @dnakorea!
What exactly didn't work in the example you provided? To me all that seemed to be missing was showMask="true" in the ext-loadMask component definition for it to show the loading...
Results 1 to 25 of 500