i want to use a customized component based on your PgSqlDataTable.
So what i did was inherited it like this:
Code: Select all
[ToolboxItem(true)]
public class SqlDataTable : Devart.Data.PostgreSql.PgSqlDataTable
{
public SqlDataTable()
{
}
}
In the designer the PgSqlDataTable Editor looks like this:

On the original control it looks like this:

So the inherited component is somehow disabled and doesn't allow any input.
Is there a way to fix this?
Best regards,
Chris