Timmy Braun

Results 144 comments of Timmy Braun

I think this has nothing to do with Grid.Blazor. But you can do: `` Keep in mind that the `max` attribute is not being enforced by the server, so the...

I realize this may be a part of CRUD. I have not used CRUD myself.

You could use `` (for dropdown) instead of Button, and use the idea [here](https://github.com/gustavnavar/Grid.Blazor/blob/master/docs/blazor_server/Render_button_checkbox_etc_in_a_grid_cell.md) If you want a combobox you could find a library with one. I use the Typeahead...

@prabhakarreddy1234 I would do something like this in your component: ``` Item 1 Display Item 2 Display Item 3 Display ``` That way the row item object you are passing...

.NET has a weird issue when @bind-Value is tied to a property directly in class. I don't know if that is the issue, but maybe. Let me demonstrate by example...

My theory, from working on #230 and looking at the code; after a lead is created and sync is run, the customer is skipped (leads don't get created in QBO)....

> Do you know when this update would go live in UCRM? @keksa @drlikm @janprochazkacz

> This seems to be working, but definitely needs some more testing. I may find minor bugs to fix yet over the coming weeks. Has been in production for close...

> I'm very close to getting this to work but I'm having trouble finding the income account id in QuickBooks online. Where do you find the income account id? The...

> > > > Thank you for the reply. I guess I'm just confused about what to put for either the income account id or the income account name. Is...