col.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...
Search Results
Type: Posts; User: bbros
Search took 0.01 seconds.
-
Jan 14, 2021, 6:15 PM
-
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: 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: CalendarPanel
by bbrosDoes a CalendarPanel exist in new 7.2 version?
I'm not able to find it.
Thank you! -
Aug 04, 2020, 8:09 AMThank you, Dictionary<string, string> is perfect for me!
-
Aug 03, 2020, 1:45 PMI'm trying to understand the new way to handle direct events.
I'm back from webforms and it is all brand new for me, so I'm sorry if I don't have the right approach to this system.
I'm asking you... -
May 02, 2020, 3:57 PMok thank you.
I started a new project again, this time I choose the "Web Application" without MVC in visual studio and it works.
I'll investigate the reasons, but it is not a problem since I don't... -
May 01, 2020, 6:09 PMHello Fabricio, thanks for your reply.
I created a new thread just for Razor and code behind explaining my approach (probably wrong, it's not working).
I also posted how I setup the project using... -
May 01, 2020, 6:01 PMI tried to apply a Razor MVC Model to a page in order to work in code behind.
I don't know if this is a good practice or even if you are projecting Ext.Core for this approach.
Consider this as an... -
Apr 29, 2020, 6:19 PMI tried to create a View with PageModel in the same way Fabricio did, but I always get a NullReferenceException for Model.
I don't have the IndexModel instance; can anyone help me?
Maybe this is... -
Apr 29, 2020, 12:36 AM
Thread: Install and Setup Guide for Visual Studio
by bbrosI'd rather suggest users to follow the following link for v7
https://ext.net/v7-0-preview-for-asp-net-core/
I have not been able to follow any of the old version's step using ASP.NET Core. -
Mar 01, 2018, 10:07 AMok thanks.
you can mark it as closed.
I'll put another textbox outside the grid with a custom filter over the store. -
Feb 27, 2018, 10:30 PMHello.
Referring to this example I would like to add a FilterHeader Plugin to the grid.
I added this line
<Plugins><ext:FilterHeader></ext:FilterHeader></Plugins>
Other columns' filter... -
Jan 01, 2018, 10:15 PM
Thread: [CLOSED] Window with frame, closed event
by bbrosThanks Fabricio, AddScipt solved my problems.
I produced a sample that works as expected.
it consists of two pages, the frame container and the frame content.
MainWebForm.aspx
<%@ Page... -
Dec 28, 2017, 12:58 AM
Thread: [CLOSED] Window with frame, closed event
by bbrosHi, I would like to redirect to another page once server-side function are executed, but...
My scenario is the following:
Page with a Window and a Button
Button's Click opens the Window... -
Dec 20, 2017, 2:52 PMHello Fabricio.
Everything is alright. I posted only for people like me which copies old solutions to new projects and starts debugging :)
thanks. -
Dec 11, 2017, 6:15 PMI tried Vladimir's code using v3.
it works fine except for the style
<style type="text/css">
.bold-row {
font-weight: bold;
}
</style>
Results 1 to 25 of 104