Hello @geovision,
"Added" is the key here. I think you missed exactly the "added" part here.
See in your code behind line 78, you add the ModelField for PK to the Model you're defining....
Search Results
Type: Posts; User: fabricio.murta
Search took 0.03 seconds.
-
Yesterday, 4:31 PM
Thread: MultiCombo vs Renderer Problem
by fabricio.murta -
Yesterday, 2:38 AMHello @rgraham, and welcome to Ext.NET forums!
We can help you with that; I'm sure every page in v2 is portable into v5, just the technology gap and some breaking changes always get in the way;... -
Dec 11, 2019, 2:22 PM
Thread: MultiCombo vs Renderer Problem
by fabricio.murtaHello @geovision!
I have derived the GridPanel > Data Presentation > Editor Field Mapping example into a new example:
- Grid Panel > Data Presentation > MultiCombo Map
This highlights what... -
Dec 10, 2019, 4:38 PM
Thread: MultiCombo vs Renderer Problem
by fabricio.murtaYet, looking at your code, I am confirming my thoughts. You are forcing the provided value in the method as a comma-separated string of values, while you should be treating its value as an array of... -
Dec 10, 2019, 3:43 PM
Thread: MultiCombo vs Renderer Problem
by fabricio.murtaHello @Geovision!
Thanks for taking the time to write the test case.
I am trying to compile it on my side and getting an issue in where you define the ext:RowEditing plugin.
Offending... -
Dec 09, 2019, 8:51 PMHello baruch.gabo!
You need a specific license key in Ext.NET 5, the same you use in Ext.NET 4 won't work. If you didn't get a new key for Ext.NET 5, then that's the reason. If you're not sure how... -
Dec 09, 2019, 6:36 PM
Thread: MultiCombo vs Renderer Problem
by fabricio.murtaHello @geovision!
What you want is possible, but with the snippets you provided I can't say what's wrong at all. A test case would be required. Then we'd be able to tell you exactly why you don't... -
Dec 09, 2019, 1:42 PM
Thread: passwordMask.setMode not working
by fabricio.murtaThanks for sharing the approach that worked for you!
I looked up our examples on PasswordMask Plugin and the method was working just fine when I fiddled with it via console commands. -
Dec 09, 2019, 1:39 PMHello Phoenix!
For what I read in your code, at a first glance, you are using ForceSelection="true". This is intended to force the selection of a given existing entry in the combo; so I believe... -
Dec 09, 2019, 1:34 PM
Thread: MultiCombo vs Renderer Problem
by fabricio.murtaHello @Geovision!
I see you just posted code snippets, so we're not able to just run it from our side. By the way, I went ahead and added the missing slashes to [/code] tags you written in your... -
Dec 08, 2019, 7:47 PM
Thread: passwordMask.setMode not working
by fabricio.murtaHello @elbetbirgun!
Please provide a runnable and simplified test case, we simply can't handle all that, and figure out a way to have this example working at our side.
Alternatively, (and in... -
Dec 05, 2019, 7:18 PM
Thread: DraggableConfig is not working
by fabricio.murtaHello!
That's a lot of code for a simple feature highlight, don't you think? Please provide simplified code when you want us to be able to reproduce it. All you needed here was maybe the viewport... -
Dec 05, 2019, 4:10 PM
Thread: How to display html from the model
by fabricio.murtaAssuming your model is an InvoiceOutput class with a Html string property, you then just provide the Html reference to the .Html() property. There's really not much:
@model InvoiceOutput
@(... -
Dec 04, 2019, 1:07 AMIt looks like you may have ran into this problem: post #8 in DirectMethod not working - page lifecycle is fired.
If that's the case, your project may be mangling request/response headers in such a... -
Nov 19, 2019, 7:18 PMHello @rymac!
You'll see a onNodeDrop function defined in the first example mentioned above. A possible approach will be to combine it with a DirectMethod instead of DirectEvent. As the... -
Nov 19, 2019, 2:49 AMHello @rymac!
I think you are in the right path. Did you get the Drop directEvent (or listener) to trigger at all? You probably have access to the record being dropped around your line 43, but you... -
Nov 15, 2019, 7:55 PMHello @rymac!
You should wrap your grid panel in another panel. And to that panel (containing the grid panel) also add the second panel you want.
While a GridPanel is a specialization of a... -
Nov 15, 2019, 7:37 PM
Thread: Layout issue with Dataview
by fabricio.murtaHello @Sawin, and welcome to Ext.NET forums!
We have dedicated threads to guide on these steps. We didn't post them here as we already provided them to @cslocus in his other thread. In any case,... -
Nov 14, 2019, 7:04 PMHello Jimmy!
The documentation on the Ext.window.MessageBox component is really unclear on how to write custom buttons, and it looks as if it suggests using buttons the way you did should work,... -
Nov 08, 2019, 11:02 PM
Thread: Using TabConfig to rotate tabs
by fabricio.murtaHello @rymac!
Please take some time to explore the examples in our Examples Explorers. You'll find a lot of different scenarios that can help you on your everyday coding.
Here's two examples... -
Nov 06, 2019, 3:17 PMHello @GKG4,
For now, what we have is the FileUploadField component, which has improved since we introduced the MultiUpload one, both Ext.NET code-wise and also browser support-wise.
But we... -
Nov 04, 2019, 8:05 PMHello @Z!
We have logged issue #1682 for the feature.
Please notice Ext.NET 4 is in feature freeze phase, so the issue logged regards Ext.NET 5. -
Oct 31, 2019, 6:13 PM
Thread: [CLOSED] Issue with Dialog
by fabricio.murtaHello @jcanton.
Thanks for the feedback, and glad it helped! -
Oct 28, 2019, 7:13 PM
Thread: HTMLEditor problems
by fabricio.murtaHello @Ciupaz!
Chances are the plug in is outdated and you'd have to fix it (or ask its developers to fix in case it is still maintained). Is it said to be compatible with Ext.NET 4, or Ext JS 6?... -
Oct 28, 2019, 7:09 PMHello Z!
You can either use the <br /> HTML line break markup or allow all column titles to wrap instead of showing ellipsis, overriding its CSS rule like this:
.x-column-header-inner,...
Results 1 to 25 of 500