Michael Washington

Results 66 comments of Michael Washington

Yes, I am suggesting to add an event to `ColumnHeaderMouseDown`. After reading your reply I can see that the it is more complicated than I originally thought: - How do...

@anmcgrath I will wait until you have a chance to look at this. The deeper I get into the code I realize that this is way more complicated than people...

> This project is intended to be more of a spreadsheet rather than data viewing Having formulas is a very powerful feature and an incredible achievement 👍 With that said,...

> I've added a default implementation for range sorting. Please have a look in the new example and see what you think. Yes this works perfectly. Thanks! > I've added...

Thanks! I will look at it this weekend. Also, I am about to post a blog about using AI to update data in this control. If you add Discussions to...

I posed the article here: [Using OpenAI to Update A Blazor Excel Worksheet](https://blazorhelpwebsite.com/ViewBlogPost/18069)

@anmcgrath - I am able to wire up an event to stop the default sorting (looks great by the way 👍🏽). If I do this sort: ![image](https://github.com/anmcgrath/BlazorDatasheet/assets/1857799/e2f834e4-6e80-45a8-b464-aa6434e4af72) I can get...

@anmcgrath - For me `SortOptions `is always null? ![image](https://github.com/anmcgrath/BlazorDatasheet/assets/1857799/93d37d16-30ad-4962-91fb-cf63c4649d14) https://github.com/ADefWebserver/BlazorDatasheet/commit/fb8654ed2fe8ae3b893969645f0cdc346986e7bd

@anmcgrath - Yes it is now fixed! Thank You! ![image](https://github.com/anmcgrath/BlazorDatasheet/assets/1857799/d37d4711-7d21-4be8-bbe2-e3faca0b96a3)

> I've added a basic context menu in the main branch. I'd like to make it more customizable, so interested in feedback on the best way to do this. @anmcgrath...