desarrollo03TR

Results 9 issues of desarrollo03TR

I'm implementing a custom grouping with a custom comprarer for a grid in TreeGrid mode. What I want is to apply an specific sort for each cell in specific column...

I need to format a cell background from a byte value (0, 1 and 2), but I need to display a text in the cell. I don't know if it...

I have two apps that are using named-pipe-weapper, bot apps, client and server are executed from a network share but are running in the same PC. When I run both...

Attributes like DisplayName or ReadOnly could be useful.

### Description For union's choices with non-generic parameter, if the parameter is struct, compiler shows an error. ### Repro steps Please provide the steps required to reproduce the problem 1....

Deconstruct method in classes uses out parameters.

It would be nice if a deconstruct method is auto generated. Example: public class Person { public string FirstName { get; } public string LastName { get; } public string...

I need to have only one dll with all or several Krypton projects inside. Is there a way to create only a DLL? thanks.

I love it!, Im implementing your library with my own "monadic" types because linq has several limitations. I have some questions: is it possible to implement the "computation expressions" with...